HomeSort by: relevance | last modified time | path
    Searched refs:setExternLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 2031 void setExternLoc(SourceLocation Loc) {
2883 void setExternLoc(SourceLocation Loc) {
DeclCXX.h 2839 void setExternLoc(SourceLocation L) { ExternLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1586 D->setExternLoc(readSourceLocation());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3592 InstD->setExternLoc(D->getExternLoc());
SemaTemplate.cpp 9700 Specialization->setExternLoc(ExternLoc);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 5658 D2->setExternLoc(*LocOrErr);

Completed in 133 milliseconds