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

  /external/clang/lib/AST/
ExprObjC.cpp 141 SourceLocation RBracLoc, bool isImplicit)
150 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc),
162 SourceLocation RBracLoc, bool isImplicit)
169 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
179 SourceLocation RBracLoc, bool isImplicit)
187 IsImplicit(isImplicit), LBracLoc(LBracLoc), RBracLoc(RBracLoc) {
211 if (!isImplicit()) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 109 // block MBB. IsImplicit says whether this is an explicit operand to the
113 unsigned GPR64, bool IsImplicit) {
118 if (!IsLive || !IsImplicit) {
119 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive));
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 1572 milliseconds