HomeSort by relevance Sort by last modified time
    Searched refs:IsVarDecl (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 36 bool IsVarDecl;
41 IsVarDecl = false;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 424 Info.IsVarDecl = true;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 692 void printVariable(Variable *V, StreamType &SS, bool IsVarDecl = false) {
693 if (!IsVarDecl && Cleanup) {
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 986 if (isa<MCSymbolRefExpr>(Disp) && !Info.IsVarDecl) {
    [all...]

Completed in 90 milliseconds