Home
last modified time | relevance | path

Searched defs:LocalVariableDeclaration (Results 1 – 4 of 4) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/test/data/highlighting/
H A Dhighlighting.cpp77 void LocalVariableDeclaration() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/data/
H A Dhighlightingmarks.cpp77 void LocalVariableDeclaration() in LocalVariableDeclaration() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dtokenprocessor-test.cpp339 TEST_F(TokenProcessor, LocalVariableDeclaration) in TEST_F() argument
/dports/devel/doctorj/doctorj-5.1.2/net/sourceforge/pmd/ast/
H A DJavaParser.java4128 final public void LocalVariableDeclaration() throws ParseException { in LocalVariableDeclaration() method in JavaParser