HomeSort by: relevance | last modified time | path
    Searched defs:getExtInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 716 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
717 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
731 ? getExtInfo()->TInfo
737 getExtInfo()->TInfo = TI;
759 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
767 return hasExtInfo() ? getExtInfo()->QualifierLoc
777 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
782 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
789 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
794 return getExtInfo()->TemplParamLists[index]
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 699 FunctionType::ExtInfo getExtInfo() const {

Completed in 26 milliseconds