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

  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 39 unsigned &Type, bool &IsVarDecl) = 0;
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 442 unsigned &Type, bool &IsVarDecl){
447 IsVarDecl);
491 unsigned &Type, bool &IsVarDecl) {
495 IsVarDecl = false;
522 IsVarDecl = true;
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1045 bool IsVarDecl = false;
1054 tSize, tType, IsVarDecl);
1067 if (!IsVarDecl) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 281 milliseconds