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 144 void *Ptr = Name.getFETokenInfo<void>();
169 void *Ptr = Name.getFETokenInfo<void>();
210 void *Ptr = Name.getFETokenInfo<void>();
229 void *Ptr = Name.getFETokenInfo<void>();
294 void *Ptr = Name.getFETokenInfo<void>();
387 void *Ptr = Name.getFETokenInfo<void>();
405 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
  /external/clang/include/clang/AST/
DeclarationName.h 272 /// getFETokenInfo/setFETokenInfo - The language front-end is
277 T *getFETokenInfo() const {
279 return Info->getFETokenInfo<T>();
  /external/clang/include/clang/Basic/
IdentifierTable.h 252 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
255 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); }
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 689 II.getFETokenInfo<void>();
    [all...]

Completed in 233 milliseconds