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 159 void *Ptr = Name.getFETokenInfo<void>();
184 void *Ptr = Name.getFETokenInfo<void>();
225 void *Ptr = Name.getFETokenInfo<void>();
246 void *Ptr = Name.getFETokenInfo<void>();
268 void *Ptr = Name.getFETokenInfo<void>();
335 void *Ptr = Name.getFETokenInfo<void>();
428 void *Ptr = Name.getFETokenInfo<void>();
446 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
  /external/clang/include/clang/AST/
DeclarationName.h 269 /// getFETokenInfo/setFETokenInfo - The language front-end is
274 T *getFETokenInfo() const {
276 return Info->getFETokenInfo<T>();
  /external/clang/include/clang/Basic/
IdentifierTable.h 256 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
259 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); }
  /external/clang/lib/Serialization/
ASTReader.cpp 476 II.getFETokenInfo<void>();
    [all...]
ASTWriter.cpp     [all...]

Completed in 31 milliseconds