Searched refs:LookupInlineAsmIdentifier (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParser.h | 52 virtual void *LookupInlineAsmIdentifier(StringRef &LineBuf,
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 57 void *LookupInlineAsmIdentifier(StringRef &LineBuf, in LookupInlineAsmIdentifier() function in __anon49e4eba90111::ClangAsmParserCallback 229 Result = Actions.LookupInlineAsmIdentifier(SS, TemplateKWLoc, Id, Info, in ParseMSAsmIdentifier()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 561 ExprResult Sema::LookupInlineAsmIdentifier(CXXScopeSpec &SS, in LookupInlineAsmIdentifier() function in Sema
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1475 SemaCallback->LookupInlineAsmIdentifier(LineBuf, Info, IsUnevaluatedOperand); in ParseIntelIdentifier()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3496 ExprResult LookupInlineAsmIdentifier(CXXScopeSpec &SS,
|