HomeSort by relevance Sort by last modified time
    Searched refs:getLocStart (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /external/clang/lib/CodeGen/
CGStmt.cpp 41 Loc = S->getLocStart();
    [all...]
CGException.cpp     [all...]
CoverageMappingGen.cpp 133 SourceLocation Loc = S->getLocStart();
572 if (S->getLocStart().isValid())
    [all...]
CodeGenFunction.cpp     [all...]
CGVTables.cpp 290 EmitDelegateCallArg(CallArgs, PD, PD->getLocStart());
    [all...]
CodeGenModule.cpp 545 getDiags().Report(Context.getFullLoc(S->getLocStart()), DiagID)
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 560 A->getInterfaceLoc()->getTypeLoc().getLocStart(), TU));
965 SourceLocation L = D_next->getLocStart();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 431 currStmt->getLocStart(),
583 PostImplicitCall PP(NE->getOperatorNew(), NE->getLocStart(), LCtx);
625 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
746 S->getLocStart(),
    [all...]
HTMLDiagnostics.cpp 149 FullSourceLoc FunL(SMgr.getExpansionLoc(Body->getLocStart()), SMgr);
  /external/clang/include/clang/AST/
DeclObjC.h 291 SourceLocation getLocStart() const LLVM_READONLY { return getLocation(); }
299 return getLocStart();
    [all...]
Decl.h 508 SourceLocation getLocStart() const LLVM_READONLY { return LocStart; }
633 SourceLocation getLocStart() const LLVM_READONLY {
    [all...]
DeclCXX.h 202 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
    [all...]
DeclBase.h 372 SourceLocation getLocStart() const LLVM_READONLY {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 189 SourceManager.getExpansionLoc(Node.getLocStart()));
209 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
235 auto ExpansionLoc = SourceManager.getExpansionLoc(Node.getLocStart());
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 493 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 165 : K(s->getLocStart().isValid() ? StmtK : SingleLocK),
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 135 return Tmp && Body->getLocStart().isValid();
ThreadSafety.cpp 780 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart();
786 CurrBlockInfo->ExitLoc = CS->getStmt()->getLocStart();
799 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart();
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 426 !checkSectionName(SegmentName->getLocStart(), SegmentName->getString()))
SemaObjCProperty.cpp 605 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart();
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 596 SourceLocation SL = Body ? Body->getLocStart() : D->getLocation();
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 353 insert(S->getLocStart(), text);
  /external/clang/lib/Parse/
ParseObjc.cpp 178 Diag(Decl->getLocStart(), diag::note_objc_container_start)
731 Diag(CDecl->getLocStart(), diag::note_objc_container_start)
817 Diag(CDecl->getLocStart(), diag::note_objc_container_start)
    [all...]

Completed in 983 milliseconds

1 2 34 5 6