Home
last modified time | relevance | path

Searched refs:IsVarDecl (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h36 bool IsVarDecl; variable
41 IsVarDecl = false; in clear()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmtAsm.cpp564 Info.IsVarDecl = true; in LookupInlineAsmIdentifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTraverse.h612 void printVariable(const Variable *V, StreamType &SS, bool IsVarDecl=false) {
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp1061 if (isa<MCSymbolRefExpr>(Disp) && Info.OpDecl && !Info.IsVarDecl) { in CreateMemForInlineAsm()