Searched defs:Loc (Results 276 - 300 of 420) sorted by relevance

<<11121314151617

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp197 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) { argument
H A DSemaTemplateVariadic.cpp290 Sema::DiagnoseUnexpandedParameterPacks(SourceLocation Loc, argument
381 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, argument
464 bool Sema::DiagnoseUnexpandedParameterPack(SourceLocation Loc, argument
[all...]
H A DSemaExprCXX.cpp716 Sema::ActOnCXXNullPtrLiteral(SourceLocation Loc) { argument
1146 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, argument
1258 ExprResult Sema::ActOnCXXThis(SourceLocation Loc) { argument
1269 Expr *Sema::BuildCXXThisExpr(SourceLocation Loc, QualTyp argument
[all...]
H A DSemaObjCProperty.cpp2450 SourceLocation Loc = property->getLocation(); local
315 LocPropertyAttribute( ASTContext &Context, const char *attrName, SourceLocation LParenLoc, SourceLocation &Loc) argument
1719 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl *property, ObjCMethodDecl *GetterMethod, SourceLocation Loc) argument
2514 SourceLocation Loc = property->getLocation(); local
2617 CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, unsigned &Attributes, bool propertyInPrimaryClass) argument
[all...]
H A DSemaLambda.cpp786 buildLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, SourceLocation EllipsisLoc, Optional<unsigned> NumExpansions, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
851 createLambdaInitCaptureVarDecl(SourceLocation Loc, QualType InitCaptureType, SourceLocation EllipsisLoc, IdentifierInfo *Id, unsigned InitStyle, Expr *Init) argument
1311 SourceLocation Loc = IntroducerRange.getBegin(); local
1458 SourceLocation Loc = IntroducerRange.getBegin(); local
1608 SourceLocation Loc = Capture.getLocation(); local
[all...]
H A DSemaCast.cpp1964 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, argument
H A DSemaCoroutine.cpp31 lookupMember(Sema &S, const char *Name, CXXRecordDecl *RD, SourceLocation Loc, bool &Res) argument
42 lookupMember(Sema &S, const char *Name, CXXRecordDecl *RD, SourceLocation Loc) argument
144 lookupCoroutineHandleType(Sema &S, QualType PromiseType, SourceLocation Loc) argument
187 isValidCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
253 buildOperatorCoawaitLookupExpr(Sema &SemaRef, Scope *S, SourceLocation Loc) argument
276 buildOperatorCoawaitCall(Sema &SemaRef, SourceLocation Loc, Expr *E, UnresolvedLookupExpr *Lookup) argument
284 buildOperatorCoawaitCall(Sema &SemaRef, Scope *S, SourceLocation Loc, Expr *E) argument
293 buildBuiltinCall(Sema &S, SourceLocation Loc, Builtin::ID Id, MultiExprArg CallArgs) argument
313 buildCoroutineHandle(Sema &S, QualType PromiseType, SourceLocation Loc) argument
347 buildMemberCall(Sema &S, Expr *Base, SourceLocation Loc, StringRef Name, MultiExprArg Args) argument
376 maybeTailCall(Sema &S, QualType RetType, Expr *E, SourceLocation Loc) argument
400 buildCoawaitCalls(Sema &S, VarDecl *CoroPromise, SourceLocation Loc, Expr *E) argument
468 buildPromiseCall(Sema &S, VarDecl *Promise, SourceLocation Loc, StringRef Name, MultiExprArg Args) argument
481 buildCoroutinePromise(SourceLocation Loc) argument
573 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword, bool IsImplicit = false) argument
615 SourceLocation Loc = Fn->getLocation(); local
680 checkSuspensionContext(Sema &S, SourceLocation Loc, StringRef Keyword) argument
693 ActOnCoawaitExpr(Scope *S, SourceLocation Loc, Expr *E) argument
713 BuildUnresolvedCoawaitExpr(SourceLocation Loc, Expr *E, UnresolvedLookupExpr *Lookup) argument
751 BuildResolvedCoawaitExpr(SourceLocation Loc, Expr *E, bool IsImplicit) argument
792 ActOnCoyieldExpr(Scope *S, SourceLocation Loc, Expr *E) argument
813 BuildCoyieldExpr(SourceLocation Loc, Expr *E) argument
847 ActOnCoreturnStmt(Scope *S, SourceLocation Loc, Expr *E) argument
855 BuildCoreturnStmt(SourceLocation Loc, Expr *E, bool IsImplicit) argument
902 buildStdNoThrowDeclRef(Sema &S, SourceLocation Loc) argument
933 findDeleteForPromise(Sema &S, SourceLocation Loc, QualType PromiseType) argument
1054 auto Loc = E->getExprLoc(); local
1514 buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, IdentifierInfo *II) argument
1525 buildCoroutineParameterMoves(SourceLocation Loc) argument
[all...]
H A DSemaAccess.cpp1258 static void DiagnoseBadAccess(Sema &S, SourceLocation Loc, argument
1436 static Sema::AccessResult CheckAccess(Sema &S, SourceLocation Loc, argument
1391 DelayDependentAccess(Sema &S, const EffectiveContext &EC, SourceLocation Loc, const AccessTarget &Entity) argument
1409 CheckEffectiveAccess(Sema &S, const EffectiveContext &EC, SourceLocation Loc, AccessTarget &Entity) argument
1492 SourceLocation Loc = DD.getAccessLoc(); local
1565 isMemberAccessibleForDeletion(CXXRecordDecl *NamingClass, DeclAccessPair Found, QualType ObjectType, SourceLocation Loc, const PartialDiagnostic &Diag) argument
1589 CheckDestructorAccess(SourceLocation Loc, CXXDestructorDecl *Dtor, const PartialDiagnostic &PDiag, QualType ObjectTy) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp90 SourceLocation Loc; local
1361 SourceLocation Loc = DTor.getTriggerStmt()->getEndLoc(); local
1366 Loc); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h164 FullSourceLoc Loc; member in class:clang::ento::PathDiagnosticLocation
737 PathDiagnosticLocation Loc; member in class:clang::ento::PathDiagnostic
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp993 CXXDefaultInitExpr::CXXDefaultInitExpr(const ASTContext &Ctx, SourceLocation Loc, argument
1065 SourceLocation Loc = getParenOrBraceRange().getEnd(); local
1071 Create( const ASTContext &Ctx, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
1095 CXXConstructExpr( StmtClass SC, QualType Ty, SourceLocation Loc, CXXConstructorDecl *Ctor, bool Elidable, ArrayRef<Expr *> Args, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
1133 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind, VarDecl *Var, SourceLocation EllipsisLoc) argument
1690 TypeTraitExpr(QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument
1718 Create(const ASTContext &C, QualType T, SourceLocation Loc, TypeTrait Kind, ArrayRef<TypeSourceInfo *> Args, SourceLocation RParenLoc, bool Value) argument
[all...]
H A DTextNodeDumper.cpp341 void TextNodeDumper::dumpLocation(SourceLocation Loc) { argument
H A DStmt.cpp356 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, argument
1150 SEHExceptStmt::SEHExceptStmt(SourceLocation Loc, Expr *FilterExpr, Stmt *Block) argument
1156 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, argument
1161 SEHFinallyStmt::SEHFinallyStmt(SourceLocation Loc, Stmt *Block) argument
1164 Create(const ASTContext &C, SourceLocation Loc, Stmt *Block) argument
1169 Capture(SourceLocation Loc, VariableCaptureKind Kind, VarDecl *Var) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp189 } Loc; member in struct:__anon1733::LiveDebugValues::VarLoc
1044 Optional<VarLoc::SpillLoc> Loc; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1025 auto Loc = GlobalSymbolTable.find(Value.SymbolName); local
H A DRuntimeDyld.cpp919 RTDyldSymbolTable::const_iterator Loc = GlobalSymbolTable.find(SymbolName); local
1086 RTDyldSymbolTable::const_iterator Loc = GlobalSymbolTable.find(Name); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp264 virtual bool checkRelocation(MCContext &Ctx, SMLoc Loc, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1240 unsigned Loc = AI - 1; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp190 struct Loc { struct in namespace:__anon2229
194 Loc(MachineBasicBlock *B, MachineBasicBlock::iterator It) function in struct:__anon2229::Loc
H A DHexagonCommonGEP.cpp755 recalculatePlacement(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
822 recalculatePlacementRec(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
877 adjustForInvariance(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
936 operator <<(raw_ostream &OS, const LocationAsBlock &Loc) argument
953 separateChainForNode(GepNode *Node, Use *U, NodeToValueMap &Loc) argument
1003 separateConstantChains(GepNode *Node, NodeChildrenMap &NCM, NodeToValueMap &Loc) argument
1056 computeNodePlacement(NodeToValueMap &Loc) argument
1163 materialize(NodeToValueMap &Loc) argument
1298 NodeToValueMap Loc; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp140 bool TGParser::AddValue(Record *CurRec, SMLoc Loc, const RecordVal &RV) { argument
159 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, argument
371 resolve(const ForeachLoop &Loop, SubstStack &Substs, bool Final, std::vector<RecordsEntry> *Dest, SMLoc *Loc) argument
410 resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs, bool Final, std::vector<RecordsEntry> *Dest, SMLoc *Loc) argument
2584 SMLoc Loc = Lex.getLoc(); local
2866 SMLoc Loc = Lex.getLoc(); local
2922 SMLoc Loc = Lex.getLoc(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1028 static size_t SkipWord(StringRef Str, size_t Loc) { argument
1074 size_t Loc = Prefix.data() - Buffer.data(); local
752 ProcessMatchResult(FileCheckDiag::MatchType MatchTy, const SourceMgr &SM, SMLoc Loc, Check::FileCheckType CheckTy, StringRef Buffer, size_t Pos, size_t Len, std::vector<FileCheckDiag> *Diags, bool AdjustPrevDiag = false) argument
1274 PrintMatch(bool ExpectedMatch, const SourceMgr &SM, StringRef Prefix, SMLoc Loc, const Pattern &Pat, int MatchedCount, StringRef Buffer, size_t MatchPos, size_t MatchLen, const FileCheckRequest &Req, std::vector<FileCheckDiag> *Diags) argument
1320 PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, StringRef Prefix, SMLoc Loc, const Pattern &Pat, int MatchedCount, StringRef Buffer, bool VerboseVerbose, std::vector<FileCheckDiag> *Diags, Error MatchErrors) argument
[all...]
H A DYAMLParser.cpp265 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message, argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1657 extract(const NestedNameSpecifierLoc &Loc) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp584 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; local

Completed in 488 milliseconds

<<11121314151617