Searched defs:EndLoc (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DSelectorLocationsKind.cpp20 getStandardSelLoc(unsigned Index, Selector Sel, bool WithArgSpace, SourceLocation ArgLoc, SourceLocation EndLoc) argument
70 hasStandardSelLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<T *> Args, SourceLocation EndLoc) argument
97 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
104 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<Expr *> Args, SourceLocation EndLoc) argument
114 hasStandardSelectorLocs(Selector Sel, ArrayRef<SourceLocation> SelLocs, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
121 getStandardSelectorLoc(unsigned Index, Selector Sel, bool WithArgSpace, ArrayRef<ParmVarDecl *> Args, SourceLocation EndLoc) argument
[all...]
H A DDeclObjC.cpp1797 SourceLocation EndLoc = getLocation(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp91 SourceLocation Loc = ConsumeToken(), EndLoc; local
H A DParseCXXInlineMethods.cpp546 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
H A DParser.cpp134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); local
182 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); local
221 SourceLocation EndLoc = Tok.getLocation(); local
706 SourceLocation EndLoc; local
1321 ParseSimpleAsm(SourceLocation *EndLoc) argument
1626 SourceLocation EndLoc = Tok.getLastLoc(); local
[all...]
H A DParseDeclCXX.cpp701 SourceLocation EndLoc; local
796 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
2655 SourceLocation EndLoc; local
3354 SourceLocation EndLoc; local
[all...]
H A DParseExprCXX.cpp235 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
2384 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); local
H A DParseObjc.cpp2652 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. local
2735 SourceLocation EndLoc = ConsumeBracket(); // location of ']' local
2792 SourceLocation EndLoc = ConsumeBrace(); local
1182 ParseObjCProtocolReferences(SmallVectorImpl<Decl *> &Protocols, SmallVectorImpl<SourceLocation> &ProtocolLocs, bool WarnOnDeclarations, SourceLocation &LAngleLoc, SourceLocation &EndLoc) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp405 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { argument
H A DSemaStmtAsm.cpp472 ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, ArrayRef<Token> AsmToks, StringRef AsmString, unsigned NumOutputs, unsigned NumInputs, ArrayRef<StringRef> Constraints, ArrayRef<StringRef> Clobbers, ArrayRef<Expr*> Exprs, SourceLocation EndLoc) argument
H A DSemaOpenMP.cpp647 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
695 ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
705 ActOnOpenMPSimpleClause(OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
729 ActOnOpenMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
771 ActOnOpenMPVarListClause(OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
796 ActOnOpenMPPrivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
929 ActOnOpenMPFirstprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1100 ActOnOpenMPSharedClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
H A DSemaLambda.cpp771 SourceLocation EndLoc; local
267 startLambdaDefinition(CXXRecordDecl *Class, SourceRange IntroducerRange, TypeSourceInfo *MethodTypeInfo, SourceLocation EndLoc, ArrayRef<ParmVarDecl *> Params) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h35 SourceLocation EndLoc; member in class:clang::OMPClause
39 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) argument
161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
210 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
270 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
329 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
384 SourceLocation EndLoc; member in class:clang::OMPExecutableDirective
398 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumberOfExpressions) argument
486 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DDeclarationName.h537 SourceLocation EndLoc = getEndLoc(); variable
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp753 SourceLocation EndLoc = Tok.getLocation(); local
H A DPreprocessingRecord.cpp465 SourceLocation EndLoc; local
H A DTokenLexer.cpp650 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); local
H A DLexer.cpp2490 SourceLocation EndLoc = getSourceLocation(BufferEnd); local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h133 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } argument
/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp257 SMLoc StartLoc, EndLoc; member in struct:__anon2550::PPCOperand
933 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp146 SMLoc StartLoc, EndLoc; member in class:__anon2603::SparcOperand
424 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
771 matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp189 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h317 SourceLocation EndLoc = local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp418 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); local
567 SourceLocation EndLoc = local
686 SourceLocation EndLoc = Enumerator->getLocEnd(); local
1281 SourceLocation EndLoc local
[all...]

Completed in 248 milliseconds

123