HomeSort by relevance Sort by last modified time
    Searched refs:getFETokenInfo (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
IdentifierResolver.cpp 151 void *Ptr = Name.getFETokenInfo<void>();
173 void *Ptr = Name.getFETokenInfo<void>();
217 void *Ptr = Name.getFETokenInfo<void>();
238 void *Ptr = Name.getFETokenInfo<void>();
257 void *Ptr = Name.getFETokenInfo<void>();
275 void *Ptr = II->getFETokenInfo<void>();
303 void *Ptr = Name.getFETokenInfo<void>();
321 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
  /external/clang/lib/AST/
DeclarationName.cpp 326 return getAsIdentifierInfo()->getFETokenInfo<void>();
337 return getCXXLiteralIdentifier()->getFETokenInfo<void>();
  /external/clang/include/clang/AST/
DeclarationName.h 255 /// getFETokenInfo/setFETokenInfo - The language front-end is
260 T *getFETokenInfo() const { return static_cast<T*>(getFETokenInfoAsVoid()); }
  /external/clang/include/clang/Basic/
IdentifierTable.h 241 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
244 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 862 milliseconds