Searched refs:setFETokenInfo (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp147 Name.setFETokenInfo(D);
154 Name.setFETokenInfo(nullptr);
216 Name.setFETokenInfo(nullptr);
297 Name.setFETokenInfo(D);
314 Name.setFETokenInfo(D);
318 Name.setFETokenInfo(nullptr);
396 Name.setFETokenInfo(reinterpret_cast<void*>(
/external/clang/lib/AST/
H A DDeclarationName.cpp300 void DeclarationName::setFETokenInfo(void *T) { function in class:DeclarationName
303 getAsIdentifierInfo()->setFETokenInfo(T);
/external/clang/include/clang/AST/
H A DDeclarationName.h272 /// getFETokenInfo/setFETokenInfo - The language front-end is
283 void setFETokenInfo(void *T);
/external/clang/include/clang/Basic/
H A DIdentifierTable.h252 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
256 void setFETokenInfo(void *T) { FETokenInfo = T; } function in class:clang::IdentifierInfo

Completed in 104 milliseconds