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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 156 void *Ptr = Name.getFETokenInfo<void>();
181 void *Ptr = Name.getFETokenInfo<void>();
222 void *Ptr = Name.getFETokenInfo<void>();
243 void *Ptr = Name.getFETokenInfo<void>();
265 void *Ptr = Name.getFETokenInfo<void>();
324 void *Ptr = Name.getFETokenInfo<void>();
417 void *Ptr = Name.getFETokenInfo<void>();
435 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
  /external/clang/include/clang/AST/
DeclarationName.h 265 /// getFETokenInfo/setFETokenInfo - The language front-end is
270 T *getFETokenInfo() const {
272 return Info->getFETokenInfo<T>();
  /external/clang/include/clang/Basic/
IdentifierTable.h 245 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
248 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 902 milliseconds