Home
last modified time | relevance | path

Searched defs:setFETokenInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DDeclarationName.cpp321 void DeclarationName::setFETokenInfo(void *T) { in setFETokenInfo() function in DeclarationName
/external/clang/include/clang/Basic/
DIdentifierTable.h282 void setFETokenInfo(void *T) { FETokenInfo = T; } in setFETokenInfo() function
/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h499 void setFETokenInfo(void *T) { in setFETokenInfo() function
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h302 void setFETokenInfo(void *T) { FETokenInfo = T; } in setFETokenInfo() function