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

/external/clang/lib/Lex/
H A DTokenLexer.cpp766 SourceLocation InstLoc,
814 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
837 SourceLocation InstLoc = local
845 InstLoc,
850 updateConsecutiveMacroArgTokens(SM, InstLoc, begin_tokens, end_tokens);
765 updateConsecutiveMacroArgTokens(SourceManager &SM, SourceLocation InstLoc, Token *&begin_tokens, Token * end_tokens) argument
/external/clang/lib/Sema/
H A DSemaTemplate.cpp7247 SourceLocation InstLoc,
7253 S.Diag(InstLoc, diag::err_explicit_instantiation_in_class)
7276 S.Diag(InstLoc,
7282 S.Diag(InstLoc,
7288 S.Diag(InstLoc,
7246 CheckExplicitInstantiationScope(Sema &S, NamedDecl *D, SourceLocation InstLoc, bool WasQualifiedName) argument

Completed in 365 milliseconds