Searched defs:InstLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DTokenLexer.cpp739 SourceLocation InstLoc,
783 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
806 SourceLocation InstLoc = local
814 InstLoc,
819 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);
738 updateConsecutiveMacroArgTokens(SourceManager &SM, SourceLocation InstLoc, Token *&begin_tokens, Token * end_tokens) argument
/external/clang/lib/Sema/
H A DSemaTemplate.cpp6961 SourceLocation InstLoc,
6967 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class)
6990 S.Diag(InstLoc,
6996 S.Diag(InstLoc,
7002 S.Diag(InstLoc,
6960 CheckExplicitInstantiationScope(Sema &S, NamedDecl *D, SourceLocation InstLoc, bool WasQualifiedName) argument

Completed in 441 milliseconds