Searched refs:FETokenInfo (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclarationName.cpp37 /// FETokenInfo - Extra information associated with this declaration
39 void *FETokenInfo; member in class:clang::CXXSpecialName
51 /// FETokenInfo - Extra information associated with this operator
53 void *FETokenInfo; member in class:clang::CXXOperatorIdName
67 /// FETokenInfo - Extra information associated with this operator
69 void *FETokenInfo; member in class:clang::CXXLiteralOperatorIdName
287 return getAsCXXSpecialName()->FETokenInfo;
290 return getAsCXXOperatorIdName()->FETokenInfo;
293 return getAsCXXLiteralOperatorIdName()->FETokenInfo;
296 llvm_unreachable("Declaration name has no FETokenInfo");
[all...]
/external/clang/include/clang/Basic/
H A DIdentifierTable.h73 void *FETokenInfo; // Managed by the language front-end. member in class:clang::IdentifierInfo
255 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); }
256 void setFETokenInfo(void *T) { FETokenInfo = T; }
/external/clang/lib/Basic/
H A DIdentifierTable.cpp47 FETokenInfo = nullptr;

Completed in 152 milliseconds